/* 海口百年智库 @hinong 2013-08 */

body{
	background:#797c82 url(../images/bg.jpg) no-repeat 50% 0;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:22px;
	color:#333;
}

*{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

img{
	border:none;
}

.clearfix:after{
	display:block;
	visibility:hidden;
	font-size:0;
	height:0;
	line-height:0;
	content:"";
	clear:both;
}

*html .clearfix{zoom:1;}
*html+first-child .clearfix{zoom:1;}


.mr10{
	margin:0 0 10px;
}



/* 首页开始 */

.head,.container,.foot{
	width:1400px;
	margin:0 auto;
}

.head_top{
	text-align:right;
	padding:1px 0 0;	
	color:#fff;
}

.head_top a{
	text-decoration:none;
	color:#fff;
}

.logo{
	float:left;
	margin-top:-10px;
}

.logo a{
	display:block;
	width:420px;
	height:65px;
	line-height:999em;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
}

.search{
	margin:35px 0 0;
	float:right;
}

.hot_words{
	float:left;
	margin-right:10px;
	_display:inline;

}

.hot_words li{
	float:left;
	line-height:26px;
}

.hot_words li a{
	text-decoration:none;
	color:#fff;
	padding:0 3px;
}

.hot_words li a:hover{
	color:#00adef;
	text-decoration:underline;
}

.search form{
	float:right;
}


.search input{
	display:block;
	float:left;
}

.search_txt{
	width:80px;
	height:20px;
	line-height:18px;
	border:1px solid #fff;
	padding:1px 5px;
	background: #777a81;
	color: #fff;
	transition:500ms;
}



.search_btn{
	height:25px;
	line-height:25px;
	text-align:center;
	width:40px;
	background:#fff;
	padding:0 5px;
	border:1px solid #ddd;
	border-radius:3px;
	color:#333;
	font-weight:500;
	vertical-align:middle;
	margin-left:5px;
	_display:inline;
	cursor:pointer;
}


.nav{
	height:24px;
	line-height:24px;
	padding:0 10px;
	margin:16px 0 0;
	background:url(../images/nav_bg.gif) repeat-x;
}

.menu{
	width:780px;
	float:left;
}

.main_li{
	float:left;
	color:#fff;
	position:relative;
	z-index:95;
	margin-right:35px;
}


.main_li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
	white-space:nowrap;
}

.main_li ul li a:hover{
	background:url(../images/menu_hover.gif) no-repeat;
}

.tel{
	float:right;
	padding-left:25px;
	color:#fff;
	background:url(../images/tel.gif) no-repeat 0 0;
}


.main_li ul{
	width:130px;
	position:absolute;
	left:0;
	top:24px;
	z-index:95;
	background:#2B2D31 url(../images/side_menu.gif) no-repeat 0 0;
	display:none;
}

.main_li ul li ul{
	position:absolute;
	left:130px;
	top:0;
	z-index:95;
	display:none;
}

.main_li ul li{
	height:22px;
	padding:5px 0;
	margin:0;
	vertical-align:bottom;
	position:relative;
	z-index:95;
}


.main_li ul li a{
	display:block;
	text-align:center;
}

.container{
	background:#fff;
}

.slider{
	width:1400px;
	height:570px;
	position:relative;
	overflow:hidden;
}

.slider_pic{
	width:1400px;
	height:570px;
	position:relative;
	z-index:90;
}

.slider_pic li{
	width:1400px;
	height:570px;
	overflow:hidden;
	position:absolute;
	z-index:90;
}

.slider_pic li img{
	display:block;
	width:1400px;
	height:570px;
}

.slider_arrow{
	position:absolute;
	right:20px;
	bottom:10px;
	z-index:91;
	overflow:hidden;
	zoom:1;
}

.slider_arrow a{
	display:block;
	float:left;
	margin-left:5px;
	_display:inline;
	width:14px;
	height:14px;
	overflow:hidden;
	border:1px solid #666;
	background:url(../images/prev_next.gif) no-repeat;
}

#prev{
	background-position:0 0;
}

#next{
	background-position:0 -19px;
	margin-right: 12px;
}


.slider_arrow a:hover{
	border-color:#00adef;
}

.car_category{
	padding:15px 20px 10px;
	width:1360px;
	overflow:hidden;
	background:url(../images/car_category.gif) repeat-x;
}

.car_category ul{
	margin-right:-24px;
	zoom:1;
	overflow:hidden;
}

.car_category ul li{
	float:left;
	width:140px;
	margin-right:24px;
}


.car_category ul li img{
	display:block;
	border:1px solid #ddd;
	width:138px;
	height:66px;
}


.car_category ul li a{
	color:#fff;
	text-decoration:none;
}



.car_category ul li a span{
	display:block;
	padding-left:10px;
	line-height:22px;
	margin-top:1px;
	background:url(../images/arrow.gif) no-repeat 0 8px;
}


.car_category ul li a:hover{
	color:#00adef;
}



.car_category ul li a:hover span{
	background:url(../images/arrow_on.gif) no-repeat 0 8px;
}



.link_wrap{
	background:#fff;
	color:#333;
	padding:10px 20px 55px;
}


.some_link{
	float:left;
	width:710px;
	color:#666;
}

.some_link a{
	color:#666;
	text-decoration:none;
}

.some_link a:hover{
	color:#00adef;
	text-decoration:underline;
}

.tel_400{
	float:right;
	font-size:16px;
	color:#666;
}



.foot{
	color:#fff;
}

.copy{
	padding:10px 0 20px;
	text-align:right;
	font-family:宋体;
}

.copy a{
	text-decoration:none;
	color:#fff;
}

.copy a:hover{
	color:#00adef;
}

/* 产品展厅列表页 */

.point{
	padding:5px 10px 0;
}


.point a{
	text-decoration:none;
	color:#333;
}


.point a:hover{
	color:#00adef;
}

.main{
	width:1137px;
	float:right;
	border-left:1px solid #ddd;
	margin-left:-1px;
	padding-bottom:20px;
}

.side{
	width:230px;
	padding-right:12px;
	float:left;
	border-right:1px solid #ddd;
	min-height:575px;
	height:auto !important;
	_height:575px;
	overflow:visible;
}

.content{
	padding:10px;
}

.side_menu{
	padding:5px 0;
	background:url(../images/side_bg.jpg) no-repeat right top;
}

.side_menu h4{
	padding:10px 15px 5px;
	color:#ddd;
	font-weight:600;
	font-size:13px;
}

.side_menu li{
	position:relative;
	padding:2px 0;
	background:url(../images/side_line.gif) no-repeat 0 0;
}

.side_menu li a{
	padding:0 20px;
	display:block;
	color:#fff;
	line-height:24px;
	height:24px;
	overflow:hidden;
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat 210px 8px;
}


.side_menu li a:hover,.side_menu li a.on{
	color:#00adef;
	background:url(../images/arrow_on.gif) no-repeat 210px 8px;	
}

.main_li a.in{
	color:#00adef;
	background:url(../images/menu_hover.gif) no-repeat;	
}


.side_menu li ul{
	display:none;
	width:130px;
	position:absolute;
	left:230px;
	top:0;
	background:#2c2d31 url(../images/side_bg.jpg) no-repeat right top;
}


.side_menu li ul li{
	background:none;
}



.side_contact{
	background:#444;
	color:#fff;
	padding:10px 15px;
}

.side_contact h3{
	font-size:14px;
	line-height:24px;
	padding:2px 0;
	background:url(../images/side_line.gif) no-repeat left bottom;
}

.side_contact p{
	line-height:18px;
	margin-top:5px;
	color:#ccc;
	padding-left:10px;
	background:url(../images/dian.png) no-repeat 0 10px;
}

.products,.news_wrap{
	margin:0 0 0 20px;
	width:1120px;
	overflow:hidden;
}

.products_list{
	margin-right:-20px;
	zoom:1;
}


.products_list li{
	float:left;
	margin:0 50px 20px 0;
	width:230px;
}


.products_list li a{
	display:block;
	text-align:center;
	line-height:24px;
	text-decoration:none;
	color:#333;
}

.products_list li a span{
	display:block;
	height:24px;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


.products_list li a:hover{
	color:#00adef;
}


.products_list li img{
	display:block;
	width:254px;
	height:154px;
	margin-bottom:5px;
	box-shadow:2px 2px 3px #eee;
}

.pages{
	text-align:center;
}


.pages a{
	margin:0 2px;
	padding:0 5px;
	text-decoration:none;
	border:1px solid #ddd;
	background:#f4f4f4;
	color:#000;
}


.pages a:hover{
	color:#00adef;
}

.pages span{
	margin:0 2px;
	font-weight:600;

}

/* 文章页内容页 */

.news_inner{
	margin-right:20px;
}

.news_title{
	color:#333;
	margin-bottom:20px;
}


.news_title h3{
	font-size:16px;	
	text-align:center;
}


.news_title p{
	text-align:center;
	color:#666;
} 


.news_title p span{
	margin:0 5px;
}


.news_body{	
	width:1100px;
	line-height:24px;
	overflow:hidden;
}

.news_body p{
	margin:10px 0;
}

#no_p p{
	margin:0;	
}

#tit_center{
	text-align:center;
}

/* 新闻列表页 */

.news_list{
	margin-bottom:15px
}

.news_list li{
	height:24px;
	line-height:24px;
	padding:5px 0 5px 18px;
	background:url(../images/jt.gif) no-repeat 0 11px;
	border-bottom:1px dashed #ddd;
	overflow:hidden;
	zoom:1;
	vertical-align:bottom;
}


.news_list li a{
	float:left;
	display:inline-block;
	max-width:450px;
	_width:expression(this.offsetWidth > 450 ? '450px':true); 
	overflow:hidden;
	text-decoration:none;
	color:#555;
}

.news_list li a:hover{
	text-decoration:underline;
	color:#00adef;
}

.news_list li span{
	float:right;
	color:#999;
}

/* 在线订购开始 */

.order_ol{
	width:560px;
	margin:20px auto;
	background:#f2f2f2;
	border:1px solid #ddd;
}

.order_say{
	background:url(../images/order_say.gif) repeat-x;
	padding:20px;
	color:#333;
	font-size:16px;
	font-weight:600;
	text-shadow:0px 0px 1px #fff;
}

.order_ol form{	
	padding:20px;
	overflow:hidden;
	zoom:1;
}


.order_ol form label{
	display:block;
	float:left;
	width:260px;
	line-height:26px;
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
}



.order_ol form label span{
	float:left;
	display:block;
	width:80px;
	text-align:right;
}

.required{
	color:#c00;
	font-weight:600;
	font-style:normal;
	margin:0 2px;
}

.order_ol p{
	padding:20px;
	font-size:14px;
}

.order_ol form input{
	width:149px;
	float:left;
	display:block;
	height:24px;
	line-height:24px;
	border:1px solid #dadada;
	box-shadow:2px 2px 3px #ddd inset;	
}


.order_ol form textarea{
	float:left;
	width:410px;
	height:80px;
	border:1px solid #dadada;
	box-shadow:2px 2px 3px #ddd inset;
}

#order_body{
	width:auto;
}

#order_btn{
	margin-left:80px;
	_display:inline;
	width:auto;
	_width:0;
	overflow:visible;
	padding:0 10px;
	height:26px;
	border:none;
	line-height:26px;
	background:url(../images/order_say.gif) repeat-x;
	box-shadow:none;
	font-weight:600;
	cursor:pointer;
	color:#333;
	border-radius:3px;
}

/* 产品内容页 */

.product_show{
	width:1100px;
	margin:0 10px 0 0px;
}

.pro_tit{
	font-size:16px;
	border-left:3px solid #00adef;
	padding:0 15px;
}

.tit_bar{
	margin:20px 0 30px;
}

.tit_bar a{
	display:inline-block;
	margin-right:10px;
	line-height:24px;
	padding:0 10px;
	background:#00adef;
	color:#fff;
	text-decoration:none;	
}

.product_slider{
	margin:0 0 50px;
}



.big_pic{
	margin:0 auto;
	width:570px;
	height:260px;
	overflow:hidden;
}



.big_pic img{
	display:block;
	width:570px;
	height:260px;

}

.small_pic{
	width:570px;
	margin:10px auto 0;
	padding:10px 15px;
	background:#f2f2f2;
	border:1px solid #f9f9f9;
	position:relative;
}

#pro_prev,#pro_next{
	position:absolute;
	top:12px;
	width:24px;
	height:43px;
	overflow:hidden;
	line-height:999em;
}

#pro_prev{
	background:url(../images/pro_arrow_left.png) no-repeat;
	left:-24px;
}

#pro_next{
	right:-24px;
	background:url(../images/pro_arrow_right.png) no-repeat;
}


.s_pic_box{
	width:570px;
	height:50px;
	overflow:hidden;
}

.s_pic_box ul{
	overflow:hidden;
	zoom:1;
	margin-right:-10px;
}

.s_pic_box ul li{
	width:106px;
	height:50px;
	float:left;
	margin-right:10px;
}

.s_pic_box ul li img{
	display:block;
	width:104px;
	height:48px;
	border:1px solid #fff;
	cursor:pointer;
	box-shadow:3px 3px 5px #fff;
}



.s_pic_box ul li.on img{
	border-color:#00adef;
}

.pro_h4{
	margin:30px 0 10px;
	padding-left:15px;
	font-size:14px;
	color:#000;	
	background:url(../images/jt.gif) no-repeat 0 6px;
}
.page{
	padding-top:20px;
}
.page p{
	padding-top:5px;
}
.page p strong{
	font-size:14px;
}
.page p span a{
	color:#000;
	text-decoration:none;
}